Welcome![Sign In][Sign Up]
Location:
Search - delphi post

Search list

[Delphi VCLProvision

Description: 使用POST GET 的DELPHI实例-POST GET DELPHI instance
Platform: | Size: 19456 | Author: hiax | Hits:

[Delphi VCLThread

Description: 用delphi通过request和post实现的模拟网站登录以及评论功能-Analog Login
Platform: | Size: 442368 | Author: 栾士伟 | Hits:

[Delphi VCLlogin2

Description: 模拟论坛登录以及评论帖子的功能。用delphi实现。利益了request和post-Login and comment postings analog functions. With delphi implementation. Interests of the request and the post
Platform: | Size: 1014784 | Author: 栾士伟 | Hits:

[Printing programPDFPrinter

Description: PDF 虚拟打印机,TinyPDF系列,提供(vprint、word2pdf)编程接口,分为不同版本,提供不同的控制参数, 支持VC、VB、PB、Delphi、.NET、JAVA 等多种语言 支持编程把Word文档,网页、各种格式的图片等,打印成PDF文档,同时支持多次打印到一个PDF,支持pdf文档合并, 可编程把Word文档,单个或批量转成PDF文档。 所有功能都封装在252K的DLL中,方便编程使用,无需其它支持。 对各种快递单、发货单、发票等在真实打印的同时,可使用此控件,保留一份电子文档,以便后期查阅。-PDF virtual printer, TinyPDF series, to provide (vprint, word2pdf) programming interface is divided into different versions with different control parameters, Support VC, VB, PB, Delphi,. NET, JAVA and other languages Support programming to Word documents, Web pages, pictures, etc. in various formats, print to PDF, supports multiple print to a PDF, merge pdf documents to support, Programmable to a Word document, single or batch convert PDF documents. All functions are packaged in a DLL 252K easy to use program, no other support. A variety of delivery orders, invoices, print invoices, etc., while in the real, you can use this control to retain an electronic document in order to post inspection.
Platform: | Size: 3481600 | Author: chinagen | Hits:

[Printing programPDFVPrinter

Description: PDF 虚拟打印机,TinyPDF系列,提供(vprint、word2pdf)编程接口,分为不同版本,提供不同的控制参数, 支持VC、VB、PB、Delphi、.NET、JAVA 等多种语言 支持编程把Word文档,网页、各种格式的图片等,打印成PDF文档,同时支持多次打印到一个PDF,支持pdf文档合并, 可编程 Word批量转PDF。 所有功能都封装在252K的DLL中,方便编程使用,无需其它支持。 对各种快递单、发货单、发票等在真实打印的同时,可使用此控件,保留一份电子文档,以便后期查阅。-PDF virtual printer, TinyPDF series, to provide (vprint, word2pdf) programming interface is divided into different versions, with different control parameters, to support VC, VB, PB, Delphi,. NET, JAVA and other programming languages ​ ​ support the Word document, web pages, pictures, etc. in various formats, print to PDF, supports multiple print to a PDF, merge pdf documents support, programmable Word batch transfer PDF. All functions are packaged in a DLL 252K easy to use program, no other support. A variety of delivery orders, invoices, print invoices, etc., while in the real, you can use this control to retain an electronic document in order to post inspection.
Platform: | Size: 392192 | Author: chinagen | Hits:

[Delphi VCLdelphiPpost

Description: 用delphi实现百度空间的post登录。仅供学习参考!-Use delphi to achieve Baidu space post login. Study reference only!
Platform: | Size: 4096 | Author: 周俊起 | Hits:

[OS programGoogle-Safe-Browsing-API

Description: delphi 写的访问 Google Safe Browsing API 的实现,Google Safe Browsing API 主要实现的是检测网站是否合法,是否网站有被感染,GOOGLE API里面还提供了钓鱼网站的检测规则。例子里面采用两个方式,一个是POST 一个是GET,post可以检测多个链接,GET只能一个。-delphi write access to achieve Google Safe Browsing API' s, Google Safe Browsing API is implemented to detect the main site is legitimate, whether the site has been infected, GOOGLE API which also provides a phishing site detection rules. Examples which uses two ways, one is a POST is GET, post can detect multiple links, GET only one.
Platform: | Size: 662528 | Author: marsbear | Hits:

[Windows DevelopDelphi_588666

Description: 一个由Delphi新手写的ListBox应用实例,让ListBox左右互相交换数据,从左边双击选择后右边显示内容,反之也可从右边向左边添加、删除数据,我觉得这是一个很实用的组件应用,特别是初学Delphi的朋友,你可不要错过这个例子哦。 -A Delphi application examples from the ListBox new handwritten let ListBox to exchange data with each other around, double click to select the right post from the left display, and vice versa can also be added to the left from the right, delete data, I think this is a very useful component applications, particularly Delphi is a novice friend, you can not miss this example, oh.
Platform: | Size: 7168 | Author: 76ZMO8D | Hits:

[Delphi VCLDelphi_506008

Description: Delphi:delphi ApplicationEvents用法和源码实例,在delphi程序中, 当在一个窗口上放置一个ApplicationEvents控件时,Application将会把所有的事件都转寄到ApplicationEvents ApplicationEvents是用来捕获程序级事件的,也就是说,可以拦截到应用程序的全部事件,包括OnActivate\OnHelp\OnIdle\OnRestore\OnShortCut等, 甚至可能通过Delphi中的OnMessage事件,在其中截取所有post到应用程序中所有窗口的消息,如WM_PAINT,WM_KEYDOWN,WM_KEYUP等常见的windows消息 所以当有消息到来的时候就会触发它的OnMessage事件,在OnMessage中监视消息就可以了。当应用程序变为空闲时,OnIdle事件发生。   例子中通过Perform向窗体发送 消息 OnMessage收不到   通过SendMessage向窗体发送 消息 OnMessage收不到   通过PostMessage向窗体发送消息 OnMessage可以收到   Action的事件有OnExecute和OnUpdate,OnExecute事件在控制被触发时响应,比如说按钮被按下,菜单被按下,而OnUpdate事件是在应用程序空闲时被调用。 -Delphi: Delphi acquisition program (system) current run directory, Delphi Gets the directory examples, the examples of the main access to the directory where the EXE file to run, currently running path, the procedure is relatively simple, Delphi beginner friendly.
Platform: | Size: 25600 | Author: UE24RS3 | Hits:

[Delphi VCLQQ

Description: Delphi:远程控制软件QQ空间上线源码,Delphi编写实现,原理:在QQ空间中发布一篇帖子,内容格式:我的IP地址是:*117.43.74.110* -Delphi: QQ space on the remote control software source code lines, Delphi prepared to achieve, principle: publish a post in the QQ space, content format: My IP address is:* 117.43.74.110*
Platform: | Size: 126976 | Author: HQIMOJ6 | Hits:

[Home Personal application1PosIt_by_wiwinwijaya.ZIP

Description: A Delphi Open Source Code created by my self, to stick a post it in your desktop. Development are welcome!-A Delphi Open Source Code created by my self, to stick a post it in your desktop. Development are welcome!
Platform: | Size: 5120 | Author: wiwinwijaya | Hits:

[Delphi VCLhttps

Description: delphi 支持HTTPS协议的GET和POST函数-Delphi supports the GET and POST functions of the HTTPS protocol
Platform: | Size: 1024 | Author: wsm | Hits:

[Internet-Networkhttp-server-demo

Description: delphi http服务器端的示例代码,编程工具 delphi7,http post get-delphi7,http post get
Platform: | Size: 245760 | Author: mark | Hits:
« 1 2 3 4»

CodeBus www.codebus.net